home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacDOS 3.0.sit / MacDOS 3.0 ƒ / executables / MacDOS 3.0.rsrc / TEXT_171_SERIAL.txt < prev    next >
Encoding:
Text File  |  1995-04-09  |  1.8 KB  |  35 lines

  1. Directs MacDOS to use the serial port[s] for Input/Output.
  2.  
  3. SERIAL [inout | OFF] [/M]
  4.  
  5.   inout  identifies the ports to be used for serial communication.
  6.          It consists of a pair of letters (not case sensitive) which
  7.          specify the ports to be used for input and output respectively.
  8.          The letters can be A, B, or @. A identifies the modem port, B
  9.          identifies the printer port, and @ indicates that no port
  10.          should be used.
  11.          For example:
  12.          AA  sets both input and output to port A (the modem port).
  13.              MacDOS then sends to port A all characters displayed in
  14.              the console window, and accepts characters from port A as
  15.              if they had been typed on the keyboard.
  16.          BA  sets the input to port B (the printer port) and the output
  17.              to port A (the modem port). MacDOS then sends to port A
  18.              all characters displayed in the console window, and accepts
  19.              characters from port B as if they had been typed on the
  20.              keyboard.
  21.          A@  sets the input to port A (the modem port) and disables the
  22.              output. MacDOS then accepts characters from port A as if
  23.              they had been typed on the keyboard but does not send any
  24.              character to either serial port.
  25.          Note that the console window and the keyboard remain operational
  26.          while I/O via the serial port[s] is enabled.
  27.   OFF    disables I/O via the serial port[s].
  28.   /M     specifies that MacDOS has just to Monitor the characters read
  29.          from the serial port instead of interpreting them as commands.
  30.          By default, MacDOS accepts commands from the serial port.
  31. Without a parameter, SERIAL reports the current setting.
  32.  
  33. The port is set to 9600 bps, no parity, 8 data bits, 1 stop bit, and
  34. hardware handshaking.
  35.